encoding/xml.stack.next (field)
13 uses
encoding/xml (current package)
xml.go#L380: next *stack
xml.go#L395: d.free = s.next
xml.go#L399: s.next = d.stk
xml.go#L408: d.stk = s.next
xml.go#L409: s.next = d.free
xml.go#L424: start = start.next
xml.go#L428: for start.next != nil && start.next.kind == stkNs {
xml.go#L429: start = start.next
xml.go#L433: d.free = s.next
xml.go#L438: s.next = start.next
xml.go#L439: start.next = s
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)